home *** CD-ROM | disk | FTP | other *** search
- { This macro calculates interest compounded n times}
- { FORMULA: A=P(1+i)^n }
- { where P=principal, A=amount, n=number of periods, i=interest }
- c
- c
- D=9
- "FIND FUTURE"
- "VALUE OF AN"
- " INVESTMENT"
- " "
- "PRINCIPAL ON WHICH INTEREST IS TO BE CALCULATED"=
- ALT-F8
- "PERIODIC INTEREST PERCENTAGE"=
- /100+
- 1^
- "PERIODS COMPOUNDED"=
- ALT-F4
- D=2
- F8*
- F4=
- "FINAL BALANCE"